projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcbf3f8
)
gtk: mark gtk_text_mark_get_buffer as nullable
author
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 17:19:41 +0000
(18:19 +0100)
committer
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 17:19:41 +0000
(18:19 +0100)
gtk/gtktextmark.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextmark.c
b/gtk/gtktextmark.c
index 878c6ed57f11f51778238abfcdcf372d0b2c5b57..58b56057c2da835340e008d75149cdb34a2209f4 100644
(file)
--- a/
gtk/gtktextmark.c
+++ b/
gtk/gtktextmark.c
@@
-346,7
+346,7
@@
gtk_text_mark_get_deleted (GtkTextMark *mark)
*
* Returns %NULL if the mark is deleted.
*
- * Returns: (transfer none): the mark’s `GtkTextBuffer`
+ * Returns: (transfer none)
(nullable)
: the mark’s `GtkTextBuffer`
*/
GtkTextBuffer*
gtk_text_mark_get_buffer (GtkTextMark *mark)